home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5107 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.8 KB

  1. Path: news.onramp.net!enterprise
  2. From: oa@iah.com (Rick Lutowski)
  3. Newsgroups: comp.lang.c,comp.lang.c++
  4. Subject: Re: Need Simple X-Y Plotting routines
  5. Date: 2 Feb 1996 15:22:36 GMT
  6. Organization: On-Ramp; Individual Internet Connections; Dallas/Ft Worth/Houston, TX USA
  7. Message-ID: <4eta7s$kdm@news.onramp.net>
  8. References: <larry_kearney-3101960706540001@amaryllisp1.appsig.com> <310F103D.130@vtel1.vermontel.com>
  9. Reply-To: oa@iah.com (Rick Lutowski)
  10. NNTP-Posting-Host: iah05.iah.com
  11. X-Newsreader: skim version 0.8.2
  12.  
  13. larry_kearney@appsig.com (Lawrence Kearney) wrote:
  14. > I Am Looking for simple Cartesian Plotting routines to display a set of
  15. > X,Y coordinates. Most routines that are avail are just too complicated,
  16. > for my use. It would be nice if the sources are avail, so I could modify
  17. > them for my use...
  18.  
  19. The PRL-PLOT library has routines for both 2D and 3D function plots,
  20. including Cartesian, polar, and spherical.  Source code is included
  21. with all purchases, and a binary version is available for free under
  22. Linux.  As for simplicity of use, all PRL libraries use object-
  23. based organization and subprogram naming to improve ease of use, 
  24. and readability of the resulting program.  An example of a complete 
  25. program for plotting a simple curve using PRL-PLOT can be found on
  26. the Object Access web page at http://www.iah.com/oa/, so you can
  27. judge ease of use for yourself.  You can also download the free Linux
  28. version from the web site.
  29.  
  30. Rick Lutowski
  31. -- 
  32. +-----------------------------------------------------------------+
  33. |  Rick Lutowski       oa@iah.com                   713-332-7281  |
  34. |  Object Access       http://www.iah.com/oa/       713-554-7617  |
  35. | --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- |
  36. |  The source for Programmer's Reusable Libraries (TM)     oa=OO  |
  37. +-----------------------------------------------------------------+
  38.